google.golang.org/grpc.callInfo.contentSubtype (field)
9 uses
google.golang.org/grpc (current package)
rpc_util.go#L159: contentSubtype string
rpc_util.go#L429: c.contentSubtype = o.ContentSubtype
rpc_util.go#L862: if c.contentSubtype == "" {
rpc_util.go#L868: c.contentSubtype = strings.ToLower(ec.Name())
rpc_util.go#L874: if c.contentSubtype == "" {
rpc_util.go#L881: c.codec = encoding.GetCodec(c.contentSubtype)
rpc_util.go#L883: return status.Errorf(codes.Internal, "no codec registered for content-subtype %s", c.contentSubtype)
stream.go#L268: ContentSubtype: c.contentSubtype,
stream.go#L1206: ContentSubtype: c.contentSubtype,
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)